Action

An action providing a response to the PrintHtmlCallback.

Since

7.13

Constructors

Link copied to clipboard
constructor(consumer: Consumer<Response>)

Functions

Link copied to clipboard
open fun cancel()
Notifies the browser to cancel the printing.
Link copied to clipboard
Returns true if this action is closed.
Link copied to clipboard
open fun proceed(printer: Printer<out Any>)
Applies the configured print settings and notifies the browser to proceed with printing.